Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typing for MultiFileParam definition #484

Merged
merged 3 commits into from
Mar 7, 2025

Conversation

mattcoganymede
Copy link
Contributor

@mattcoganymede mattcoganymede commented Mar 6, 2025

Description of Change

fixing typing of 'files' param of MultiFileParam from str -> dict[str, bytes | str] | list[ObservedFile]

https://github.com/Ganymede-Bio/remote-agent/blob/41870190fc52f730f2d3f37df33c5d37231c0c8f/agent/pipeline.py#L403C17-L403C29

Reason

documentation was previously incorrect

Copy link

vercel bot commented Mar 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website-docusaurus ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2025 4:22am

@bensonlee5 bensonlee5 changed the title fix typing fix typing for MultiFileParam definition Mar 7, 2025
@bensonlee5 bensonlee5 merged commit 01a2301 into main Mar 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants